docs: GtkApplication "quit" signal is gone now
authorJavier Jardón <jjardon@gnome.org>
Wed, 22 Feb 2012 17:05:43 +0000 (17:05 +0000)
committerJavier Jardón <jjardon@gnome.org>
Thu, 23 Feb 2012 11:58:18 +0000 (11:58 +0000)
gtk/gtkapplication.c

index 7ca5a8ef77673b3ae0dfee3268c8304581dbb3ec..ed9d917b3daddbcc512162f85cfd223bb59ed06e 100644 (file)
  * property) and offers various functionality related to the session
  * life-cycle.
  *
- * An application can be informed when the session is about to end
- * by connecting to the #GtkApplication::quit signal.
- *
  * An application can block various ways to end the session with
  * the gtk_application_inhibit() function. Typical use cases for
  * this kind of inhibiting are long-running, uninterruptible operations,
@@ -750,9 +747,7 @@ gtk_application_class_init (GtkApplicationClass *class)
   /**
    * GtkApplication:register-session:
    *
-   * Set this property to %TRUE to register with the session manager
-   * and receive the #GtkApplication::quit signal when the session
-   * is about to end.
+   * Set this property to %TRUE to register with the session manager.
    *
    * Since: 3.4
    */